home *** CD-ROM | disk | FTP | other *** search
/ Mega Doom 2 / Mega Doom 2.iso / docs / doominit / doom next >
Text File  |  1994-10-26  |  4KB  |  92 lines

  1.  
  2. DG>Has anyone had any luck getting modem play to work with doom with a Bocamode
  3. DG>V.fast 24bps, I am putting in the correct ini string(according to the book),
  4. DG>but doom just keeps giving me this message(Attempting to connect across seri
  5.  
  6.         So far it only works at 9600, no compression. Also mine wouldn't
  7.         work till I set the com port speed before loading doom.
  8.         MODE COMX:96  Where X is your com port. then run setup.
  9.  
  10.  
  11.  
  12. I had the same problem.  You should try connecting in another term
  13. program, then exiting to dos and typeing:
  14.  
  15. sersetup -com#
  16.  
  17.  
  18. I recently had a problem with doom trying to connect across a serial link, and
  19. I know I had my modem (BocaModem V.fast class 24bps) set to the right settings
  20. but it still wouldnt connect correctly.  Then I downloaded a file called
  21. Sdoom12.zip and it fixed all of my problems, it also gave me and my friends a
  22. great connection with no slowdown at all. I glad I got Doom to work for me and
  23. I have noticed that there are similar problems with other people so I thought
  24. I'd post this and I hope the program works for you.
  25.  
  26.  
  27. For those of you who are still having difficulty with the fact
  28. that ID left out a crucial instruction for modem play in Doom
  29. 1.2, here is a working modem.cfg file for the Intel 144i modem
  30. (I have no reason to doubt that it would work for the 144e modem
  31. as well).
  32.  
  33. The crucial instruction that they left out is that hardware flow
  34. control must be disabled.
  35.  
  36.  
  37. Here's what I use on my 144i modem, which is working flawlessly
  38. with modem play (took about 2 seconds to connect and start
  39. playing after the phone answered):
  40.  
  41. AT %C0 "H0 \N0 \Q0
  42. AT H0
  43.  
  44.  
  45.  
  46.         Modem play is difficult to get started.  Read the README file
  47. that comes with the PATCH.  Near the end of the README is information
  48. about the PATCH and modem play.  You need to configure a MODEM.CFG file
  49. that comes with the patch for your modem.  The CFG file say to turn off
  50. error control and data compression, but doesn't mention flow control which
  51. has to be disabled as well.  If you check you modem Quick Reference card,
  52. and set these, you should be able to get SETUP to activate your modem.  If
  53. everything is correct, you may even get as far as playing Doom.  Good luck.
  54.  
  55.  
  56. FYI...For a USR Sportster 14.4 Modem, the initiation string to use is:
  57.  
  58.         AT &F &A0 &K0 &M0
  59.  
  60.         - &F : factory settings (handles the flow control setting)
  61.         - &A0: sets ARQ results codes disabled
  62.         - &K0: Data compression disabled
  63.         - &M0: Error control disabled
  64.  
  65.  
  66. BR>  I'm using a Boca 14.4 and a friend of mine is using an InfoTel 14.4
  67. BR>and we can't get proper init strings to get DOOM past the point of it
  68. BR>"waiting to detect serial connection"<or something like that>. I've seen
  69. BR>that many people on Compu$erve is having the same problem. Can anyone
  70. BR>here offer some help?
  71. Brad,
  72.         Check the flow control setting (disable CTS), it's not documented
  73. in MODEM.CFG, but its seem this has to be disabled for the connection to
  74. be established.
  75.  
  76.  
  77.  
  78.     If anyone is interested....To get the USR Sportster 14400/FAX to work
  79. with the modem in Doom, here is what worked for me.  Both modems were
  80. Sportsters in this case:
  81.  
  82.     Calling modem:  ATF&D2&K0&M0&N6        This is the two lines
  83.                     AT Z H0                in the MODEM.CFG file
  84.  
  85.  
  86.     Answering modem:  ATZ&D2&K0&M0&N6        MODEM.CFG file
  87.                       AT Z H0                    also
  88.  
  89.  
  90.     If you can't get it to work, try a cold boot after editing your
  91. MODEM.CFG file and try again.  Have fun!
  92.